home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Komunik / Webscr / HTMLtool / _SETUP.1 / Frame Buster.scp < prev    next >
Text File  |  1999-03-02  |  359b  |  10 lines

  1. <HTMLtool>This scripts 'frees' your page from possible foreign frames</HTMLtool>
  2. <!-- This scripts prevents other sites from showing your page in one of their frames. -->
  3.  
  4. <SCRIPT LANGUAGE="JavaScript">
  5.     setTimeout ("Change()", 3000);
  6.     function Change() {
  7.         if (self.parent.frames.length != 0)
  8.             self.parent.location=document.Location;
  9.         }
  10. </SCRIPT>